From 66404c80c2127e14ec44a8db89f7e55cda9f3174 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 24 Nov 2011 17:43:36 +0000 Subject: [PATCH] tools: check for libaio unless user has configured CONFIG_SYSTEM_LIBAIO=n Signed-off-by: Ian Campbell Committed-by: Ian Jackson --- tools/check/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/check/Makefile b/tools/check/Makefile index 3536d67aea..c07008d095 100644 --- a/tools/check/Makefile +++ b/tools/check/Makefile @@ -6,6 +6,7 @@ export PYTHON export LIBXENAPI_BINDINGS export CHECK_INCLUDES export CHECK_LIB +export CONFIG_SYSTEM_LIBAIO .PHONY: all install all install: check-build -- 2.30.2